home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 60 / IOPROG_60.ISO / soft / c++ / gsl-1.1.1-setup.exe / {app} / src / cblas / tests.h < prev    next >
Encoding:
Text File  |  2001-04-28  |  1.0 KB  |  45 lines

  1. void test_dot (void);
  2. void test_nrm2 (void);
  3. void test_asum (void);
  4. void test_amax (void);
  5. void test_axpy (void);
  6. void test_copy (void);
  7. void test_swap (void);
  8. void test_scal (void);
  9. void test_rotg (void);
  10. void test_rot (void);
  11. void test_rotmg (void);
  12. void test_rotm (void);
  13. void test_gemv (void);
  14. void test_gbmv (void);
  15. void test_trmv (void);
  16. void test_tbmv (void);
  17. void test_tpmv (void);
  18. void test_symv (void);
  19. void test_hemv (void);
  20. void test_hbmv (void);
  21. void test_sbmv (void);
  22. void test_hpmv (void);
  23. void test_spmv (void);
  24. void test_trsv (void);
  25. void test_tbsv (void);
  26. void test_tpsv (void);
  27. void test_ger (void);
  28. void test_syr (void);
  29. void test_her (void);
  30. void test_hpr (void);
  31. void test_spr (void);
  32. void test_syr2 (void);
  33. void test_spr2 (void);
  34. void test_her2 (void);
  35. void test_hpr2 (void);
  36. void test_gemm (void);
  37. void test_symm (void);
  38. void test_hemm (void);
  39. void test_syrk (void);
  40. void test_herk (void);
  41. void test_syr2k (void);
  42. void test_her2k (void);
  43. void test_trmm (void);
  44. void test_trsm (void);
  45.